home *** CD-ROM | disk | FTP | other *** search
/ Minami 49 / MINAMI49.ISO / Varios / Juegos Flash / Plucky's Snowball Bash.exe / scripts / DefineButton2_112 / BUTTONCONDACTION on(release).as
Text File  |  2003-04-29  |  70b  |  6 lines

  1. on(release){
  2.    gotoAndStop(3);
  3.    hits = "0";
  4.    score = "0";
  5. }
  6.